home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 01526_Script_Generic Flee Btn Script < prev    next >
Text File  |  1995-05-21  |  584b  |  32 lines

  1. on mouseDown
  2.   put "Flee" into f
  3.   put "FleeHL" into fHL
  4.   hiliter 8, f, fHL
  5.   puppetsound "flee.aif"
  6.   updatestage
  7. end
  8.  
  9.  
  10.  
  11. on mouseUp
  12.   global gTheDay, snap1, snap2, theMovieName, gTheDay
  13.   
  14.   set the castNum of sprite 8 = cast "Flee"
  15.   set the movieRate of sprite 48 = 0
  16.   puppetsprite 48, false
  17.   set the sound of cast theMovieName to 0
  18.   updatestage
  19.   
  20.   if snap1 = 0 and snap2 = 0 then
  21.     updateStage
  22.     puppetsound 0
  23.     go frame gTheDay & "NoShots"
  24.     exit
  25.   else
  26.     updateStage
  27.     puppetsound 0
  28.     go frame "Darkroom"
  29.     exit
  30.   end if
  31. end
  32.